Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NCLRAdapt<T> Class / ToINArray Method


In This Topic
    ToINArray Method
    In This Topic
    Creates an INArray wrapper for the items in the specified CLR array.
    Syntax
    'Declaration
     
    
    Public Shared Function ToINArray( _
       ByVal arr() As T _
    ) As INArray(Of T)
    'Usage
     
    
    Dim arr() As T
    Dim value As INArray(Of T)
     
    value = NCLRAdapt(Of T).ToINArray(arr)
    public static INArray<T> ToINArray( 
       T[] arr
    )

    Parameters

    arr
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also